home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p1287_1107_64bit.exe / [0] / JS.STX < prev    next >
Text File  |  2014-08-08  |  1KB  |  115 lines

  1. #TITLE=JavaScript
  2. ; JavaScript syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #QUOTATION3=/
  9. #CHECK_CLOSINGQUOTE=y
  10. #LINECOMMENT=//
  11. #LINECOMMENT2=
  12. #COMMENTON=/*
  13. #COMMENTOFF=*/
  14. #ESCAPE=\
  15. #CASE=y
  16. #NUMBER_PATTERN=cpp
  17.  
  18. #KEYWORD=Reserved words
  19. abstract
  20. boolean
  21. break
  22. byte
  23. case
  24. catch
  25. char
  26. class
  27. const
  28. continue
  29. default
  30. delete
  31. do
  32. double
  33. else
  34. extends
  35. false
  36. final
  37. finally
  38. float
  39. for
  40. function
  41. goto
  42. if
  43. implements
  44. import
  45. in
  46. instanceof
  47. int
  48. interface
  49. long
  50. native
  51. new
  52. null
  53. package
  54. private
  55. protected
  56. public
  57. return
  58. short
  59. static
  60. super
  61. switch
  62. synchronized
  63. this
  64. throw
  65. throws
  66. transient
  67. true
  68. try
  69. typeof
  70. var
  71. void
  72. while
  73. with
  74.  
  75. #KEYWORD=Built-in objects
  76. Anchor
  77. anchors
  78. Applet
  79. applets
  80. Area
  81. Array
  82. Button
  83. Checkbox
  84. Date
  85. document
  86. FileUpload
  87. Form
  88. forms
  89. Frame
  90. frames
  91. Hidden
  92. history
  93. Image
  94. images
  95. Link
  96. links
  97. Area
  98. location
  99. Math
  100. MimeType
  101. mimeTypes
  102. navigator
  103. options
  104. Password
  105. Plugin
  106. plugins
  107. Radio
  108. Reset
  109. Select
  110. String
  111. Submit
  112. Text
  113. Textarea
  114. window
  115. #